Base class for an input handler. More...
Public Member Functions | |
BaseHandler () | |
virtual | ~BaseHandler () |
void | setInputSystem (InputSystem *sys) |
InputSystem * | getInputSystem () const |
Base class for an input handler.
nkGraphics::BaseHandler::BaseHandler | ( | ) |
Constructor.
|
virtual |
Destructor.
void nkGraphics::BaseHandler::setInputSystem | ( | InputSystem * | sys | ) |
sys | The input system to set. |
InputSystem* nkGraphics::BaseHandler::getInputSystem | ( | ) | const |